Skip to main content

TsgCADExport

Unit: CADExport

Description

This is the ancestor class for any other classes for export to any format.

Syntax

TsgCADExport = class(TInterfacedPersistent, IStreamPersist)

Methods

MethodsDescription
ApplyParamsThe method applies CAD export parameters.
CreateCreates and initializes a new TsgCADExport object.
DestroyDestroys an instance of the TsgCADExport class.
SaveToFileThe method saves the image to the file.
SaveToStreamThe method saves the image to the stream.

Events

MethodsDescription
OnProgressThe event occurs when the file is saving.